go/types.Checker.initVars (method)

4 uses

	go/types (current package)
		assignments.go#L316: func (check *Checker) initVars(lhs []*Var, origRHS []ast.Expr, returnStmt ast.Stmt) {
		assignments.go#L470: 	check.initVars(lhsVars, rhs, nil)
		decl.go#L520: 	check.initVars(lhs, []ast.Expr{init}, nil)
		stmt.go#L525: 			check.initVars(lhs, s.Results, s)